Websydian v6.1 online documentationOnline documentation - WebsydianExpress v3.5

API: SetKeys

Scoped Name

APIWebServer.WebServices._Parameters.SetKeys

Interface

Field Variable ...as Description
ServiceURLSurrogate Input Input The unique identification of the URL in the service structure.
ServiceHandlerSurrogate Input Input The unique identification of the service handler.
SelectCriteriaSurrogate Input Input The unique identification of the selection criteria that has been used to identify the service handler
CriteriaName Input Input The name of the criterion that has been used to identify the service handler. This field will only be used for criteria that has the type Name/Value.

Examples:

For the http header criterion, this will specify the name of the http header that was used to find the criteria value.

For the program criterion, this specifies the implementation name of the program that was called to identify the service handler.

CriteriaValue Input Input The value that was extracted from the request and used to identify the handler to call.

Description

The API writes the keys to the memory.

The SetKeys API is called automatically by the ServiceProcessor functions. You should only have to call this function if you create your own service processor.

Events

Universal events